//Verison=2.2
//Example,Don't Delete flowing text!
//Button NIMI // Generator NIMI 
//Button NIMI 100 // Generator NIMI and Delay 100ms, 100 not is nessary
//Button INT0 // Generator INT0 and Delay 200ms
//Button RESETAMBE3000
//Button RESET3252
//Send 1 command, Receive 2 response with one is not verify.
//Command ID: CARRIER_LOST // necessary!
//Summary  // not essential, 
//Send command: 61 00 02 00 19 00 // necessary!
//Pause=300 // not essential, unit: ms; Pause 300ms after Send command
//Timeout=100 // not essential, unit: ms; if not receive '84 A9 61 ...' in 100ms after send command, Timeout error will happen!
//*Receive Data: 61 00 02 51 19 00 // not essential, receive but not verify
//Receive Data: 61 00 02 51 19 20 // not essential, receive and verify 
//.Set x = AA B0  -- Define var x ; Added in ver2.2
// ... 61 00 02 00 19 {x}   --- use the defined var, The {x} will be replaced with AA B0 
//

Command ID:	WORK_MODE_TX
Send	Command: 84 A9 61 00 04 00 18 02 00 00
Receive	Data:84 A9 61 00 02 00 18 00


Command ID:	NXDN_DATA_FRAME
Send command: 84 a9 61 00 13 00 43 00 00 0f 10 81 00 00 00 20 03 88 93 90 00 00 00 00 00
Receive Data: 84 a9 61 00 01 20 43



Command ID:   NXDN_DATA_FRAME
Send command: 84 a9 61 00 09 00 43 00 00 05 8C 81 00 00 00
Receive Data: 84 a9 61 00 01 20 43






//Command ID:	NXDN_DATA_FRAME
//Send command: 84 a9 61 00 2d 00 43 d8 00 29 80 81 00 20 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 90 91 92  
//Receive Data: 84 a9 61 00 01 20 43

//Command ID:	NXDN_DATA_FRAME
//Send command: 84 a9 61 00 1b 00 43 c8 00 17 88 81 00 20 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 
//Receive Data: 84 a9 61 00 01 20 43

//Command ID:	NXDN_DATA_FRAME
//Send command: 84 a9 61 00 1b 00 43 d0 00 17 84 81 00 20 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 
//Receive Data: 84 a9 61 00 01 20 43













